projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
456095e
)
; * src/android.c (android_copy_area): Pacify compiler warning.
author
Po Lu
<luangruo@yahoo.com>
Wed, 31 May 2023 03:50:21 +0000
(11:50 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 31 May 2023 03:51:24 +0000
(11:51 +0800)
src/android.c
patch
|
blob
|
history
diff --git
a/src/android.c
b/src/android.c
index 9d1399f3fc24669aef53fb0cd73631669c88ff21..625253bdfe06a368d72af7dcfac6d53e85cee095 100644
(file)
--- a/
src/android.c
+++ b/
src/android.c
@@
-4799,6
+4799,9
@@
android_copy_area (android_drawable src, android_drawable dest,
case ANDROID_GC_XOR:
do_blit = android_blit_xor;
break;
+
+ default:
+ emacs_abort ();
}
/* Load the bounds of the destination rectangle. */